home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 0156.ZIP / LOADCALC.UNP < prev    next >
Text File  |  1984-10-24  |  1KB  |  23 lines

  1. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. + This procedure creates a back-up diskette of LoadCalc version 4.13   +
  3. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4.  
  5.   Even when copied with CopyIIPC, the LoadCalc disk spins in the A
  6.   drive without running. Here's the procedure to use:
  7.    1. Make a backup copy with CopyIIPC.
  8.    2. Rename the Loadcalc.exe file Loadcalc.xxx on the copied disk.
  9.    3. Dos in drive A, Loadcalc.xxx in drive B.
  10.    4. Type DEBUG B:LOADCALC.XXX
  11.    5. Type S CS:0100 FFFF 7F 16
  12.    6. Two numbers will show up:    XXXX:YYYY
  13.    7. Type E XXXX:YYYY  and hit return
  14.    8. You will see XXXX:YYYY 7F.
  15.    9. Type in EB after the period and hit enter
  16.   10. Type W  and hit enter
  17.   11. Type Q  and hit enter
  18.   12. Rename Loadcalc.xxx Loadcalc.exe
  19.   13. Backup copy will now run.
  20.  
  21.  Note: This procedure will NOT allow LoadCalc to be moved to a hard disk,
  22.  just allow a back-up copy to be made.
  23.